projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05f362a
)
(5x5-crack-xor-mutate): Doc fix.
author
Pavel Janík
<Pavel@Janik.cz>
Tue, 11 Dec 2001 07:29:21 +0000
(07:29 +0000)
committer
Pavel Janík
<Pavel@Janik.cz>
Tue, 11 Dec 2001 07:29:21 +0000
(07:29 +0000)
lisp/play/5x5.el
patch
|
blob
|
history
diff --git
a/lisp/play/5x5.el
b/lisp/play/5x5.el
index 75fdd4fcd153ba5709d486a1415d0bccbe981f42..abc247b34b46bc8d77ffdd4c7d654a14aa8747f3 100644
(file)
--- a/
lisp/play/5x5.el
+++ b/
lisp/play/5x5.el
@@
-347,8
+347,8
@@
Quit current game \\[5x5-quit-game]"
;;;###autoload
(defun 5x5-crack-xor-mutate ()
- "Attempt to crack 5x5 by xor the current and best solution
and then
-
mutating
the result."
+ "Attempt to crack 5x5 by xor the current and best solution
.
+
Mutate
the result."
(interactive)
(5x5-crack #'5x5-make-xor-with-mutation))